;a DeadlyEagle production made for RageZone
[@main]
#IF
check [376] 1
#ACT
goto @main-3
break

#IF
check [374] 1
#ACT
goto @main-3
break

#IF
checkpkpoint 2
#ACT
goto @main-3
#ELSEACT
goto @ripoff

[@ripoff]
I can teleport both the honest and the dishonest people to the village of thieves
for 2k.\
What do ya say?\
<sure/@move1>\
<no tnx/@exit>

[@move1]
#IF
checkgold 2000
#ACT
take gold 2000
mapmove DE20 57 55

[@main-3]
Welcome Thiefmember or Thiefmaster I will teleport you for free to your home village.\
<sure thats where Im going/@move2>\
<no tnx not now/@exit>

[@move2]
#IF
check [376] 1
#ACT
mapmove DE20 57 55
break

#IF
check [374] 1
#ACT
mapmove DE20 57 55
break

#IF
checkpkpoint 2
#ACT
mapmove DE20 57 55
break